home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / hypercrd / hc1_2_x / fretext1.sit / Free Text Help_Services v1.01 / card_25508.txt < prev    next >
Text File  |  1990-04-13  |  984b  |  28 lines

  1. -- card: 25508 from stack: in.01
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 3166
  5. -- name: 
  6.  
  7.  
  8. -- part contents for background part 1
  9. ----- text -----
  10.  * function to create the context display...
  11.  *
  12.  *  ("CONTEXT", instanceNum, contextLines, targetContextLine,
  13.  *    contextLineLength, contextWordOffset, maxContextLinesSkipped,
  14.  *    contextGutterWidth, ptrFileRefNum, textFileRefNum, subsetHandle)
  15.  *  --  returns with contextLines of display followed by contextLines
  16.  *      of instanceNum-textPtr pairs, with context instance instanceNum
  17.  *      on line targetContextLine; if contextGutterWidth is non-zero,
  18.  *      then that number of spaces are placed before the key word...
  19.  * 
  20.  * function to empty out a subset so that no words are in the valid
  21.  * region:
  22.  *
  23.  *  ("EMPTYSUBSET", subsetHandle)
  24.  *  --  returns quietly with nothing if it successfully sets all bits
  25.  *      in the subset flag array to zero; beeps and gives an error msg
  26.  *      if it fails somehow...
  27.  *
  28.